<!-- TWO STEPS TO INSTALL NO HTML: 1. Paste the coding into the HEAD of your HTML document 2. Put the last code into the BODY of your HTML document --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available online from --> <!-- The JavaScript Source!! http://javascriptsource.com --> <!-- Begin function htmlOut() { txt=document.isn.html.value; ctr=0; while ((txt.indexOf("<")>-1)&&(ctr<4)){ pos=txt.indexOf("<"); txt=txt.substring(0,pos)+"<"+txt.substring(pos+1,txt.length); ctr++; } while (txt.indexOf(">")>-1){ pos=txt.indexOf(">"); txt=txt.substring(0,pos)+">"+txt.substring(pos+1,txt.length); } document.isn.html.value=txt; } var tst=" in into of on onto with within by to for the " +"at upon over under and or a "; // End --> </SCRIPT> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <DIV ALIGN=CENTER><FORM NAME="isn" onSubmit="htmlOut()"><INPUT TYPE="text" NAME="html" SIZE=40 VALUE=""><BR><INPUT TYPE="button" NAME="html1" VALUE=" Submit "> </FORM></DIV> <!-- Script Size: 1.16 KB -->
1998 Copyright (C) Next Step Software All Rights Reserved